object PgPrnAboutBox: TPgPrnAboutBox Left = 275 Top = 116 BorderStyle = bsDialog Caption = 'About TPagePrinter' ClientHeight = 231 ClientWidth = 297 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 8 Top = 8 Width = 281 Height = 185 BevelWidth = 2 Color = clSilver TabOrder = 0 object ProgramIcon: TImage Left = 12 Top = 12 Width = 72 Height = 72 AutoSize = True Picture.Data = {} Stretch = True IsControl = True end object ProductName: TLabel Left = 96 Top = 12 Width = 131 Height = 16 Caption = 'TPagePrinter V.2.0' Font.Color = clWindowText Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False IsControl = True end object Copyright: TLabel Left = 96 Top = 32 Width = 140 Height = 13 Caption = 'Copyright � 1997 Bill Menees' IsControl = True end object EMail: TLabel Left = 96 Top = 52 Width = 88 Height = 13 Caption = 'bmenees@usit.net' WordWrap = True IsControl = True end object WebPage: TLabel Left = 96 Top = 72 Width = 171 Height = 13 Caption = 'http://www.public.usit.net/bmenees' WordWrap = True IsControl = True end object Shareware: TLabel Left = 16 Top = 108 Width = 249 Height = 13 Alignment = taCenter AutoSize = False Caption = 'This version of TPagePrinter is SHAREWARE.' end object Description: TLabel Left = 16 Top = 128 Width = 249 Height = 45 Alignment = taCenter AutoSize = False Caption = 'The registered version is $50 and includes the full source code.' + ' Please send me e-mail to get the latest ordering information.' WordWrap = True end object Bevel: TBevel Left = 16 Top = 96 Width = 249 Height = 5 Shape = bsTopLine end end object OKButton: TButton Left = 111 Top = 200 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 end end